From: Marek Szyprowski Date: Tue, 19 May 2015 13:20:30 +0000 (+0200) Subject: iommu/exynos: Remove excessive includes and sort others alphabetically X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~4214^2~4^2~7 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=312900c605a7fc108e9d290745a5da6212062bce;p=linux-4.9.git iommu/exynos: Remove excessive includes and sort others alphabetically Removed following unused includes: , , and . Signed-off-by: Marek Szyprowski Tested-by: Javier Martinez Canillas Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/exynos-iommu.c b/drivers/iommu/exynos-iommu.c index ba1271f51948..9d9fea2156cb 100644 --- a/drivers/iommu/exynos-iommu.c +++ b/drivers/iommu/exynos-iommu.c @@ -12,19 +12,15 @@ #define DEBUG #endif -#include -#include -#include -#include -#include #include #include -#include +#include #include -#include +#include #include -#include -#include +#include +#include +#include #include #include